Expand description
Runtime support for the #[wasm_bindgen_test]
attribute
More documentation can be found in the README for this crate!
Modules§
- Internal-only runtime module used for the
wasm_bindgen_test
crate.
Macros§
- Helper macro which acts like
println!
only routes toconsole.error
instead. - Helper macro which acts like
println!
only routes toconsole.log
instead. - A macro used to configured how this test is executed by the
wasm-bindgen-test-runner
harness.